home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / mac / 3-Presentations / Apple Demos / Training / AppleCD SC Training / Using the AppleCD SC / card_14251.txt < prev    next >
Text File  |  1990-04-02  |  4KB  |  175 lines

  1. -- card: 14251 from stack: in
  2. -- bmap block id: 2588
  3. -- flags: 4000
  4. -- background id: 2282
  5. -- name: Home
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   set scroll of card field id 130 to 1
  9. end closeCard
  10.  
  11.  
  12.  
  13. -- part 127 (button)
  14. -- low flags: 00
  15. -- high flags: 0000
  16. -- rect: left=448 top=28 right=52 bottom=484
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 1011 / 1011
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: New Button
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   play harpsichord c4
  28.   visual effect venetian blinds to gray
  29.   go to card id 5341
  30. end mouseUp
  31.  
  32.  
  33.  
  34.  
  35. -- part 129 (field)
  36. -- low flags: 01
  37. -- high flags: 0000
  38. -- rect: left=111 top=30 right=51 bottom=386
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 0 / 0
  41. -- text alignment: 1
  42. -- font id: 21
  43. -- text size: 12
  44. -- style flags: 256
  45. -- line height: 16
  46. -- part name: 
  47.  
  48.  
  49. -- part 130 (field)
  50. -- low flags: 01
  51. -- high flags: 2007
  52. -- rect: left=301 top=62 right=260 bottom=486
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 0 / 0
  55. -- text alignment: 0
  56. -- font id: 20
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: 
  61.  
  62.  
  63. -- part 138 (button)
  64. -- low flags: 00
  65. -- high flags: A003
  66. -- rect: left=360 top=281 right=303 bottom=426
  67. -- title width / last selected line: 0
  68. -- icon id / first selected line: 0 / 0
  69. -- text alignment: 1
  70. -- font id: 0
  71. -- text size: 12
  72. -- style flags: 0
  73. -- line height: 16
  74. -- part name: GO BACK
  75. ----- HyperTalk script -----
  76. on mouseUp
  77.   play harpsichord d4
  78.   visual wipe right
  79.   pop card
  80. end mouseup
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88. -- part 141 (button)
  89. -- low flags: 00
  90. -- high flags: 2000
  91. -- rect: left=19 top=16 right=51 bottom=63
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 1008 / 1008
  94. -- text alignment: 1
  95. -- font id: 0
  96. -- text size: 12
  97. -- style flags: 0
  98. -- line height: 16
  99. -- part name: Home
  100. ----- HyperTalk script -----
  101. on mouseUp
  102.   answer "What Do You Want To Print?" with "Cancel" or "Scroll Bar" or "Card"
  103.   if it is "Card" then
  104.     doMenu "Print Card"
  105.   end if
  106.   if it is "Scroll Bar" then
  107.     put card field id 130 into PrintThis
  108.     visual barn door open to card
  109.     go to card "Print Card"
  110.     put PrintThis into card field id 1
  111.   end if
  112.   if it is "Cancel" then
  113.     put "Cancel" into it
  114.   end if
  115. end mouseUp
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122. -- part contents for card part 129
  123. ----- text -----
  124. Installing the Resource File
  125.  
  126. -- part contents for card part 130
  127. ----- text -----
  128.  
  129. Resource files tell the computer how to communicate with a particular type of peripheral device.  The AppleCD SC resource file is on the Macintosh CD Setup disk that comes with the AppleCD SC.  Proceed with the following steps to install the resource file:
  130.  
  131. 1.  Turn on the Macintosh.
  132.  
  133. 2.  Copy the CD Setup disk 
  134.       onto your hard disk, if you 
  135.       have one, or onto a blank 
  136.       3.5-inch disk, this will be 
  137.       your working copy.
  138.       Put the original in a safe 
  139.       place.
  140.  
  141. 3.  Open the CD Setup disk icon.
  142.  
  143. 4.  Open the Utilities folder.
  144.  
  145. 5.  Open the Installer icon.
  146.  
  147. 6.  Click the Drive button until 
  148.      the name of your startup disk 
  149.      is displayed in the upper 
  150.      right corner of the Installer 
  151.      window.
  152.  
  153. 7.  Select the AppleCD SC from 
  154.      the list of resources.
  155.  
  156.      You'll see a message at the 
  157.      bottom of the window 
  158.      indicating how much 
  159.      memory will remain on the 
  160.      disk after the resource is 
  161.      stalled or removed.
  162.  
  163. 8.  Click Install.
  164.  
  165. 9.  When you get the message
  166.      ‚ÄúInstallation was successful,‚Äù
  167.      click the Quit button.
  168.  
  169. 10.  Remove the CD Setup disk 
  170.        and put it away.
  171.  
  172.                     NOTE
  173. The AppleCD SC resource should be installed in the System Folder on the startup disk.  Before you can use the AppleCD SC, turn it on and Restart the Macintosh.
  174.  
  175.